SquareGrid.in_bounds

* Is a given position within the grid * * Params: * id = The position * * Returns: * If the position is within the grid

struct SquareGrid(T, U = typeof(T.x))
bool
in_bounds
(
T id
)

Meta